home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / bin / DXUtils / AppWizard / DXAppwiz.awx / TEMPLATE / D3D_DLGRES.H < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-25  |  3.3 KB  |  77 lines

  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Developer Studio generated include file.
  3. // Used by $$root$$.rc
  4. //
  5. #define IDR_MAINFRAME          101
  6. #define IDD_FORMVIEW           102
  7. #define IDI_MAIN_ICON          101 // Application icon
  8. #define IDR_MAIN_ACCEL         113 // Keyboard accelerator
  9. #define IDR_MENU               141 // Application menu
  10. #define IDR_POPUP              142 // Popup menu
  11. #define IDD_SELECTDEVICE       144 // "Change Device" dialog box
  12.  
  13. #define IDC_ADAPTER_COMBO         1002 // Adapter combobox for "SelectDevice" dlg
  14. #define IDC_DEVICE_COMBO          1000 // Device combobox for "SelectDevice" dlg
  15. #define IDC_FULLSCREENMODES_COMBO 1003 // Mode combobox for "SelectDevice" dlg
  16. #define IDC_MULTISAMPLE_COMBO     1005 // MultiSample combobox for "SelectDevice" dlg
  17. #define IDC_WINDOW                1016 // Radio button for windowed-mode
  18. #define IDC_FULLSCREEN            1018 // Radio button for fullscreen-mode
  19.  
  20. #define IDC_RENDERVIEW                  2002
  21. #define IDC_VIEWFULLSCREEN              2003
  22. #define IDC_CHANGEDEVICE                2004
  23.  
  24. #define IDD_MULTIPLAYER_CONNECT         10001
  25. #define IDD_MULTIPLAYER_GAMES           10002
  26. #define IDD_MULTIPLAYER_CREATE          10003
  27. #define IDD_LOBBY_WAIT_STATUS           10004
  28. #define IDC_PLAYER_NAME_EDIT            11002
  29. #define IDC_GAMES_LIST                  11003
  30. #define IDC_JOIN                        11004
  31. #define IDC_CREATE                      11005
  32. #define IDC_CONNECTION_LIST             11006
  33. #define IDC_BACK                        11007
  34. #define IDC_EDIT_SESSION_NAME           11009
  35. #define IDC_SEARCH_CHECK                11010
  36. #define IDC_WAIT_TEXT                   11012
  37.  
  38. #define IDD_VOICE_SETUP                 12008
  39. #define IDC_SESSIONCOMPRESION_GROUP     12059
  40. #define IDC_COMPRESSION_COMBO           12060
  41. #define IDC_QUALITY_DEFAULT             12201
  42. #define IDC_QUALITY_SET                 12202
  43. #define IDC_QUALITY_SLIDER              12203
  44. #define IDC_AGGRESSIVENESS_DEFAULT      12301
  45. #define IDC_AGGRESSIVENESS_SET          12302
  46. #define IDC_AGGRESSIVENESS_SLIDER       12303
  47. #define IDC_RECORD_DEFAULT              12501
  48. #define IDC_RECORD_SET                  12502
  49. #define IDC_RECORD_AUTO                 12503
  50. #define IDC_RECORD_SLIDER               12504
  51. #define IDC_THRESHOLD_DEFAULT           12601
  52. #define IDC_THRESHOLD_SET               12602
  53. #define IDC_THRESHOLD_AUTO              12603
  54. #define IDC_THRESHOLD_SLIDER            12604
  55. #define IDC_PLAYBACK_DEFAULT            12701
  56. #define IDC_PLAYBACK_SET                12702
  57. #define IDC_PLAYBACK_SLIDER             12703
  58.  
  59. #define IDM_CHANGEDEVICE                40002 // Command to invoke "Change Device" dlg
  60. #define IDM_TOGGLEFULLSCREEN            40003 // Command to toggle fullscreen mode
  61. #define IDM_EXIT                        40006 // Command to exit the application
  62. #define IDM_PAUSE                       40008
  63. #define IDM_CONFIGINPUT                 40011
  64. #define IDM_CONFIGVOICE                 40012
  65.  
  66. // Next default values for new objects
  67. // 
  68. #ifdef APSTUDIO_INVOKED
  69. #ifndef APSTUDIO_READONLY_SYMBOLS
  70. #define _APS_3D_CONTROLS                1
  71. #define _APS_NEXT_RESOURCE_VALUE        201
  72. #define _APS_NEXT_COMMAND_VALUE         40020
  73. #define _APS_NEXT_CONTROL_VALUE         2005
  74. #define _APS_NEXT_SYMED_VALUE           300
  75. #endif
  76. #endif
  77.